The H5T_GET_SIZE function returns the size of a datatype in bytes.
Result = H5T_GET_SIZE(Datatype_id)
Represents the size (in bytes) of the first element found within the datatype.
Note: When H5T_GET_SIZE is given a datatype containing a string, it will return the number of characters + 1.
An integer representing the datatype’s identifier to be queried.
None
5.6 |
Introduced |